SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 47922: The VERBOSE option leads to incorrect behavior when specified in a concatenated configuration file in SAS® 9.3 in a z/OS environment

DetailsAboutRate It

In SAS 9.3 under z/OS, if you have concatenated configuration files and one of those files contains the VERBOSE option, the options that are in the same configuration file as the VERBOSE option are not displayed. This is true even if the other options are listed after VERBOSE in the configuration files. If the configuration file is concatenated with subsequent files, these options are displayed in the VERBOSE output.


For example, with the following CONFIG allocation, if the VERBOSE option is coded in the CONFIG2 file, only the options in CONFIG3 are displayed in the VERBOSE output.
//CONFIG DD DSN=CONFIG1,DISP=SHR
//       DD DSN=CONFIG2,DISP=SHR
//       DD DSN=CONFIG3,DISP=SHR
Specify the VERBOSE option on the command line or at invocation of SAS 9.3 to get the full list of SAS options.

Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASz/OS9.3 TS1M09.4 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.